home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000408_news@columbia.edu _Thu Jul 11 17:56:53 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA08635 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 11 Jul 1996 17:56:52 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id RAA26870 for kermit.misc@watsun; Thu, 11 Jul 1996 17:56:51 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Script writing
  8. Date: 11 Jul 1996 21:56:50 GMT
  9. Organization: Columbia University
  10. Lines: 22
  11. Message-ID: <4s3tb2$q7k@apakabar.cc.columbia.edu>
  12. References: <4s3ejv$vl0@trellis.wwnet.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4s3ejv$vl0@trellis.wwnet.com>,  <brewman@mail.wwnet.com> wrote:
  16. : How easy is it to augment existing modem scripts to work with newer
  17. : modems?  I have a AT&T compatible PCMCIA modem and have tried to
  18. : adjust the dataport.scr (which is suppose to be AT& T compatible) that
  19. : comes with Kermit ver 3.14 for DOS with little success.  Any help
  20. : available here?
  21. It's easy.  The model script file is profusely commented so it's easy to
  22. see what each line is for.  Usually all you have to do is replace the
  23. modem-specific commands from the model script with the corresponding
  24. commands for your new modem, and of course, save the edited file under a
  25. new name.  It should take about 10 minutes, assuming you have a manual for
  26. your modem so you can find out what its commands are.  Also, bear in mind
  27. that \13 is the carriage return that terminates a command, and not part of
  28. the command itself.  Also bear in mind that if a modem command contains a
  29. backslash, you'll need to write it as \92 (there are lots of examples of
  30. this in the DATAPORT.SCR file).
  31.  
  32. If you have trouble, send email to kermit-support@columbia.edu.  When you
  33. get your script working, send it in and we'll add it to the collection.
  34.  
  35. - Frank